home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / ha0999beta / readme < prev    next >
Text File  |  1995-03-09  |  2KB  |  48 lines

  1. HA is an archiver which I released in january 1993 as version 0.98.
  2. After that I had plans to improve speed, archive handling etc. which
  3. would have required total rewrite of the code. For that I unfortunately
  4. could not find time. Because there has been quite considerably interest
  5. for internals of HA (especially for the HSC compression method) I
  6. decided to make a source level release from my current test version
  7. (0.999 beta) and place it under GNU General Public License. The sources
  8. for this version are not very consistent or clean, but everything should
  9. work.
  10.  
  11. There are several improvements which should be made before this could be
  12. called version 1.0. Some of the most obvious of these are: 
  13. - Compression methods should be coded in assembler for PC and using more
  14.   efficient data structures for 32 bit platforms. Current version does
  15.   some things only to overcome 64kB segments of 8086. 
  16. - UNIX port has still some problems and is missing some things (for example 
  17.   a grouping operator in wildcard matches). 
  18. - File handling is far from optimum.  
  19. - Archive handling is not too clever either. 
  20. - Testing should be done more thoroughly as there are many special cases 
  21.   in compression routines which get used very rarely. 
  22. - Documentation of code and algorithms is totally missing.
  23.  
  24. This archive (ha0999.zip) contains this readme, MSDOS executable ha.exe
  25. and source files for HA 0.999beta. Ha.exe is NOT compiled directly from
  26. included sources. Some critical parts of it were compiled from hand
  27. optimized versions of compiler output. It is somewhat faster than "pure
  28. C" version. 
  29.  
  30. MSDOS sources are for Borland C 4.0 but older versions of bcc should
  31. work. Makefile needs some editing as some paths are hardcoded in it.
  32. UNIX sources are not very generic. I have only tested this using Linux
  33. on PC and AIX on IBM6000. Only compiler and make utility that I have
  34. tested are GCC and GNU MAKE.
  35.  
  36. Porting HA should be fairly easy as all machine specific code is in
  37. machine.h and machine.c under machine specific directories. Md_funcs.txt
  38. documents these functions. Examples can be found from pc and nix
  39. directories.
  40.  
  41. Email address where I can be reached is "harri.hirvola@vaisala.infonet.com".
  42. My email addresses have not been very stable and I would not be very 
  43. surprised if this one too is only valid for some months...
  44.  
  45.     Harri Hirvola
  46.  
  47.  
  48.